-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(bug-report): print bug report URL in terminal instead of opening browser (#510) #528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(bug-report): print bug report URL in terminal instead of opening browser (#510) #528
Conversation
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
recheck |
I've reverted some of the code comments changes that were made and that were not necessary as part of this PR. One last thing is that CI / formatting is not passing, could you reformat and ensure that everything passes and then I will merge, thanks! |
@nvp159 Could you take a look at the above? Otherwise I'm tempted to submit this separately. |
e16dccb
to
ebc6356
Compare
@tibo-openai |
e37ea58
to
003809a
Compare
cc @tibo-openai |
ty! |
Solves #510
This PR changes the
/bug
command to print the URL into the terminal (so it works in headless sessions) instead of trying to open a browser.